home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / ISP / SCRPTLST / JAXNET.CMD < prev    next >
Encoding:
Text File  |  1996-03-01  |  1.3 KB  |  63 lines

  1. # Here is a login script for Southeast Network Services, Inc.
  2. #
  3. # JaxNet Technical Support (904) 350-1969
  4. # Mon-Fri 8am - 10pm and on Sat 10am-6pm
  5. #
  6. #Default Gateway       = 204.183.221.1 = jax.jaxnet.com
  7. #SMTP/POP mail server  = 204.183.221.4 = jax.jaxnet.com
  8. #Primary Name Server   = 204.183.221.4 = jax.jaxnet.com
  9. #Secondary Name Server = 204.183.221.2 = jaxnet.jaxnet.com
  10. #NNTP News Server      = 204.183.221.2 = news.jaxnet.com
  11. #
  12. # initialize modem
  13. #
  14. #Your modem ini string may be different. Please consult your modem manual.
  15. #
  16. output at&f&c1&d2 \13
  17. input 10 OK\n
  18. #
  19. # set modem to indicate DCD
  20. #
  21. #
  22. # send phone number
  23. #
  24. output atdt 2924567 \13
  25. #
  26. #This is JaxNet's 14.4 modem number. If you are using a 28.8 modem change this to
  27. #2929890 for the advantages of your 28.8 modem.
  28. #
  29. #
  30. # now we are connected.
  31. #
  32. #input 60 CONNECT
  33. #
  34. #  wait till it's safe to send because some modem's hang up
  35. #  if you transmit during the connection phase
  36. #
  37. wait 60 dcd
  38. #
  39. # now prod the terminal server
  40. #
  41. output \13
  42. #
  43. #  wait for the username 
  44. prompt
  45. #
  46. input 30 ogin:
  47. username Enter your JaxNet login 
  48. output \u.ppp\13
  49. #       
  50. #
  51. # and the password
  52. #
  53. input 30 Password:
  54. password Enter your Password
  55. output \p\13
  56. #        
  57. # we are now logged in
  58. #
  59. display \n
  60. display Connected.  Your IP address is \i.\n
  61. #
  62.  
  63.